-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tesseract-training: use_mp_libcxx on 10.13 and older #27284
tesseract-training: use_mp_libcxx on 10.13 and older #27284
Conversation
Notifying maintainers: |
CI fails on macos-15, but I am pretty sure it is an issue unrelated to the changes in this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a revbump, since a new dependency is added.
592a695
to
45b57af
Compare
if this indeed needs |
@reneeotten If the port uses |
There already exists a
|
Description
tesseract-training uses
std::filesystem
from C++17. Xcode 11, which only runs on 10.14 and up, adds support for that. The newest version that needs to link MacPorts libc++ is therefore Darwin 17.Type(s)
Tested on
macOS 10.9.5 13F1911 x86_64
Xcode 6.2 6C131e
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?port lint
reports one warning, but it is not new and not related to my changes.Binary files: tested running
/opt/local/bin/text2image --help
and verified usingotool -L
that it is linked against/opt/local/lib/libcxx/libc++.1.0.dylib
.